@extends('dashboard.parent') @section('title',__('pages.specialty')) @section('page_name',__('pages.edit').' '.$specialty->{localizedField('name')}) @section('css') @endsection @section('bread_crumb') @endsection @section('actions') @endsection @section('content')
{{-- form --}} @include('dashboard.specialty._form', ['specialty' => $specialty ,'categories' => $categories , 'specializations' => $specializations, 'cities' => $cities , 'function' => 'update']) {{-- end form --}}
@endsection @section('js') @endsection