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

Edit Specialty

@csrf @method('PUT') @include('specialties.form')
@endsection