@extends('main') @section('content')
Greeting Section
@foreach ($sections as $section) @method('DELETE') @csrf @endforeach
Id Name Status Created Action

{{ $section->id }}

{{ $section->name }}
status==0) checked @endif>
{{date('d M, y',strtotime($section->created_at))}}
@endsection