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

Add Group

{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('mtgroup')) {{ $errors->first('mtgroup') }} @endif
@if ($errors->has('minimum_deposit')) {{ $errors->first('minimum_deposit') }} @endif
@if ($errors->has('spread_from')) {{ $errors->first('spread_from') }} @endif
@if ($errors->has('commission')) {{ $errors->first('commission') }} @endif
@if ($errors->has('swap')) {{ $errors->first('swap') }} @endif
@endsection