@extends('layout.master', ['headerTitle' => 'Add Type']) @section('style') @endsection @section('body')

Add Type

@csrf
@error('name'){{$message}}@enderror
@endsection @push('scripts') @endpush