@extends('admin_layout') @section('content')

Details

Labels Contents
ID {{ $object->id }}
Title {{ $object->title }}
Location {{ $object->location }}
Start Date {{ $object->start_date }}
End Date {{ $object->end_date }}
Sort {{ $object->sort }}
Status {{ $object->status }}
Link {{ $object->link }}
Content
Created At {{ $object->created_at }}
Modified At {{ $object->updated_at }}
@endsection