@extends('admin.layouts.master') @section('title','All Progress') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Progress') }} @endslot @slot('menu1') {{ __('Progress') }} @endslot @endcomponent
{{ __('All Progress') }}
@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('scripts') @endsection