@extends('admin.layouts.container') @section('content')

{{$head ?? '' }}

@if($documentation ?? '' && $documentation->id) @method('PUT') @endif @csrf

{{__('documentations.type')}}

type ?? null) == 'inside_office' ? 'checked' : '' }} value="inside_office" class="custom-control-input" id="inside_office" name="type">
type ?? null) == 'outside_office' ? 'checked' : '' }} value="outside_office" class="custom-control-input" id="outside_office" name="type">
@endsection @section('inner_js') {{-- --}} @endsection