@extends('layouts.admin_template') @section('content')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) @endif @endforeach

Edit PAMM

{{ csrf_field() }}
@if ($errors->has('managerid')) {{ $errors->first('managerid') }} @endif
@if ($errors->has('mt5id')) {{ $errors->first('mt5id') }} @endif
@if ($errors->has('mininvest')) {{ $errors->first('mininvest') }} @endif
@if ($errors->has('mngfee')) {{ $errors->first('mngfee') }} @endif
@if ($errors->has('maxlimit')) {{ $errors->first('maxlimit') }} @endif
@if ($errors->has('investstart')) {{ $errors->first('investstart') }} @endif
@if ($errors->has('investend')) {{ $errors->first('investend') }} @endif
@if ($errors->has('tradingstart')) {{ $errors->first('tradingstart') }} @endif
@if ($errors->has('tradingend')) {{ $errors->first('tradingend') }} @endif
@endsection