@extends('backend.superadmin.index') @section('body') {{$post_type}} List {{$post_type}} List @if(session('success')) Success {{session('success')}} × @endif @if(session('error')) Error {{session('error')}} × @endif @if($errors->any()) @foreach($errors->all() as $error) Error {{$error}} @endforeach × @endif {{$post_type}} Details Description {{csrf_field()}} Title Category --Choose-- @foreach($types as $type) id) selected @endif>{{$type->name}} @endforeach category not found? Add Category Post Date Expiry Date Type --Choose Type-- General Featured Featured Image Choose file {{$post_type}} Related --Choose-- Normal Directory Directory --Choose-- @foreach($clients as $client) @if(request('client_id')) id) selected @endif>{{$client->company_name}} @else id) selected @endif>{{$client->company_name}} @endif @endforeach {{old('details')}} Previous Next Submit {{csrf_field()}} Add Category New Category Name Close Add @endsection @section('script') @endsection