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