@extends('dashboard.master') @section('content')
{{ Str::title($entity) }}

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('id')) {{ $errors->first('id') }} @endif
@endsection