@extends('portal.layouts.app', ['activePage' => 'gallery', 'titlePage' => __('Gallery')]) @section('content')
{{----}} @if(Auth::user()->role->name == 'admin') @if ($gallery->status !== 'Approved') check @endif @if ($gallery->status === 'Approved') close @endif trash @endif

{{$gallery->title}} {{$gallery->status}}
{{$gallery->description}}

@endsection @section('script') @endsection @section('style') @endsection