@extends('admin.admin_master') @section('content-header', $pageheader) @section('content')
{{ csrf_field() }}

insert file remove file @if ($errors->has('file')) {{ $errors->first('file') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('title_np')) {{ $errors->first('title_np') }} @endif
{{-- --}}

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

@if ($errors->has('description_np')) {{ $errors->first('description_np') }} @endif
@endsection {{-- @push('script') @endpush --}}