@extends('admin.layouts.app')
@section('page_content')
S.no. |
Image |
Project Name |
Location |
Action |
@foreach($projects as $key => $project)
{{$key+1}} |
@if(file_exists($project->thumb_image))
@else
@endif
|
{{$project->name}} |
{{$project->location}} |
|
@endforeach
@endsection