@extends('admin.layouts.master') @section('title','Progress Reports') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __('Progress Reports') }}
@foreach($user as $key=> $pro) @endforeach
{{ __('ID') }} {{ __('User') }} {{ __('Action') }}
{{$key+1}} @if($pro['user_img'] != null && $pro['user_img'] !='' && @file_get_contents('../public/images/user_img/'.$pro->user_img)) profilephoto @else profilephoto @endif   {{ $pro->fname }} {{ $pro->lname }}
@endsection @section('script') @endsection