@extends('Admin.components.layout') @section('title') Education Resource @endsection @section('subtitle') @if (isset($category)) Edit SubCategory @else Add SubCategory @endif @endsection @section('content')
@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{ csrf_field() }} @if (isset($category)) @endif
{{-- Cancel --}}
@endsection @section('js') @endsection