@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__("Edit type")}}

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