@extends('admin.layout.master') @section('title') Work Process @endsection @section('content')
Work Process
@forelse($workprocess as $t=>$workproces) {{-- update modal--}} @empty @endforelse
Id Image Heading Description Created At Edit Delete
{{ $t+1 }} {{ $workproces->heading }} {{ $workproces->description }} {{ Carbon\Carbon::parse($workproces->created_at)->format('d-m-Y') }}

Update Heading
@csrf
@endsection @section('script') @endsection