@extends('dashboard.parent') @section('title',__('pages.specialization')) @section('page_name',__('pages.specialization')) @section('css') @endsection @section('bread_crumb') @endsection @section('actions') @endsection @section('content')
{{-- form --}} @include('dashboard.specialization._form', ['categories' => $categories ,'function' => 'store']) {{-- end form --}}
@endsection @section('js') @endsection