@extends('layouts.master') @section('title') {{isset($type) ? 'Edit type': 'Add type'}} @endsection @section('css') @endsection @section('page-header') @endsection @section('content')
@csrf
@if ($errors->has('name'))

{{$errors->first('name')}}

@endif
@endsection