@extends('admin.admin_master') @section('content-header', $page_header) @section('content')
{{ csrf_field() }}
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@if ($errors->has('title_np')) {{ $errors->first('title_np') }} @endif
@if ($errors->has('post_summary_en')) {{ $errors->first('post_summary_en') }} @endif
@if ($errors->has('post_summary_np')) {{ $errors->first('post_summary_np') }} @endif

@if ($errors->has('description_en')) {{ $errors->first('description_en') }} @endif

@if ($errors->has('description_np')) {{ $errors->first('description_np') }} @endif
    {{ old('category[]') }} @if (!empty($categorylist)) @foreach ($categorylist as $cat)
    Warning: Undefined variable $cat in /home/nepalmicro/public_html/modules/Posts/Views/create.blade.php on line 105

    Warning: Attempt to read property "title" on null in /home/nepalmicro/public_html/modules/Posts/Views/create.blade.php on line 105
@if ($errors->has('category')) {{ $errors->first('category') }} @endif
{{-- --}}
{{--
--}}
@endsection @push('script') @push('script') @endpush