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