@extends('layouts.admin') @section('ext_css') @endsection @section('content')

Create New CMS * Required Fields

{{$errors->first('title')}}
{{$errors->first('description')}}
{{$errors->first('sort_by')}}
@csrf
@endsection @section('ext_js') @endsection