@extends('app') @section('content') Manage Checklist

CHECKLIST LIST

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

{{ $error }}

@endforeach
@endif