@extends('admin.layouts.master') @section('content')

Table

@foreach($projects as $project) @endforeach {{$projects->links()}}
# Created At Id Name Developer Name Edit
{{$loop->iteration}} {{$project->created_at->format('Y-m-d')}} {{$project->id}} {{$project->compound->compound_name_en}} {{$project->compound->developer->name_en}}
@endsection @section('js') @include('admin.layouts.js.sweetalert') @endsection