TECHNICIAN LIST
@if($client_plan !='F' && $client_plan != 'PL' )
You have made total {{ $bikers_count }} Technicians out of
{{ $technician_number }} .
@endif
@if(Session::has('success'))
{{ Session::get('success') }}
@endif
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif