@extends('layout.admin_layout') @section('title', 'Manage Commission') @section('body') @section('header', 'Manage Commission') @section('badge') @endsection @if(Session::has('message'))
{{ Session::get('message') }}
@endif @if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif

Commission

{{ csrf_field() }}
consultation_type == 1) checked @endif> consultation_type == 4) checked @endif>
@if($data->consultation_type == 1 )
@else
@endif
@endsection