@extends('layouts.template') @section('template')

Create Category

{{ csrf_field() }}
@if($errors->has('cata_name')) {{ $errors->first('cata_name')}} @endif
@if($errors->has('cata_details')) {{ $errors->first('cata_details')}} @endif
@endsection