@extends('layout.admin_layout') @section('title', 'admin-dashboard') @section('body') @section('header', 'Add Speciality') @section('badge') @endsection
{{ csrf_field() }}
@error('name') {{ $message }} @enderror
@endsection