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