@extends('layouts.master') @section('title') New Delegation @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Delegations @endslot @slot('title') New Delegation @endslot @endcomponent @if($errors->any())
@endif
@csrf
Delegation
is_active ?? true))>
@endsection