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