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

Edit Type

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