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

{{$heading}}

@include('layouts.message')
{{$heading}}
@foreach($records as $key=>$record) {{----}} @endforeach
SN Image Title Status Start Date Action
{{++$key}} {{$record->title}}
{{csrf_field()}}
status) checked @endif name="status" />
{{$record->start_date}} --}} {{--
--}} {{--{{csrf_field()}}--}} {{--
--}} {{--upcoming) checked @endif name="upcoming" />--}} {{----}} {{--
--}} {{--
--}} {{--
Delete Edit
@endsection