@section('page_css')
@include('bodytype.partials._action_buttons')
@if (Session::has('msg')) @endif
@if(isset($records) && !empty($records) && count($records)) @foreach($records as $index =>$singleData) @endforeach
Sl No. Body Type Name Company Status
{{$index + $records->firstItem()}} {{$singleData['name']}} @if($singleData['cwoDetail'] != '') {{$singleData['cwoDetail']['cwo_company']}} @endif {{$is_active}}
@endif
@if(isset($records) && count($records)) {{ $records->appends($_GET)->links('pagination::bootstrap-4') }} @endif
@section('page_scripts') {{-- --}} @endsection