@extends('layouts.detail') @section('title') {{ config('app.name') }} Backend | Photo Gallery Detail @endsection @section('breadcrumb') @endsection @section('detailtitle')Photo Gallery Detail @endsection @section('backurl'){{ route('photogallery')}}@endsection @section('detailcontent')
Status {{ strtoupper($photogallery->status) }}
Title {{ $photogallery->name }}
Photo
Created At {{ $photogallery->created_at->format("d M Y H:i:s") }}
Author {{ $photogallery->author->name }}
Updated At {{ $photogallery->updated_at->format("d M Y H:i:s") }}
Updated By {{ $photogallery->editor->name }}
@endsection