@extends('layouts.master') @section('title'){{__('sidebar.job_dep')}} @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{__('sidebar.adddep')}} @endslot @slot('subtitle') {{__('sidebar.job_dep')}} @endslot @slot('sublink') {{route('deparment.index')}} @endslot @endcomponent
@csrf {{isset($deparment)?method_field('PUT'):''}}
@endsection @section('scripts') @endsection