@extends('admin.layouts.app') @section('content')
@csrf

Add Type

@if($errors->has('type'))
{{ $errors->first('type') }}
@endif
@endsection