@extends('layouts.master') @php $title = Str::replace('-', ' ', Str::upper($type)); @endphp @section('title', 'Edit ' . $title) @section('content')
@csrf
@error('provider') {{ $message }} @enderror
@endsection @push('js') @endpush