@extends('backend.superadmin.index') @section('body')

{{$post_type}} List

@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
{{csrf_field()}}
Title *
Category*
category not found? Add Category
Post Date*
Expiry Date
Type*
@php if (isset($notice->client_id)){ $client = \App\Client\Client::find($notice->client_id); $user = \App\User::find($client->user_id); $image_url = config('filesystems.asset').'/'.'clients'.'/'.$user->name.'/notice'; }else{ $image_url = config('filesystems.asset').'/'.'notice'; } @endphp @if (isset($notice->image)) @else @endif
Featured Image
{{$post_type}} Related*
notice_type=='Directory') @else style="display: none;" @endif>
Directory*
@endsection @section('script') @endsection