@extends('layouts.adminlayouts.app') @section('title') Posts | Company Name @endsection @push('css') @endpush @section('contents')
New Catagory
@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('slug'))

{{ $errors->first('slug') }}

@endif
@if ($errors->has('parent_id'))

{{ $errors->first('parent_id') }}

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

{{ $errors->first('description') }}

@endif
@if ($errors->has('image'))

{{ $errors->first('image') }}

@endif
@if ($errors->has('banner'))

{{ $errors->first('banner') }}

@endif
Catagory All
@include('admin.posts.includes.postscatgoryAll')
@endsection @push('js') @endpush