@extends('backend.template.main') @section('content') {!! Form::open(['url' => Config::get('sysconfig.prefix').'/contentcategory/'.$record->id, 'files' => true,'id' => 'my-form','method' => 'PATCH']) !!}
{{ $errors->first('txtname') }}
@endif{{ $errors->first('txtslug') }}
@endif{{ $errors->first('bannerfile') }}
@endif{{ $errors->first('topbannerfile') }}
@endif{{ $errors->first('description') }}
@endif