@extends('layouts.app') @section('title') {{ __('messages_303.departments') }} @endsection @section('style') @endsection @section('content')
@include('inc.breadcrumb', [ 'breadcrumb_items' => [ __('messages.Home') => route('home'), __('messages_303.departments') => route('admin.departments.index'), __('messages.Edit') => 'active', ], ])
{{ __('messages_303.departments') }}
@csrf @method('PUT')
1. {{ __('messages.Basic information') }}
user-avatar
Allowed JPG, JPEG or PNG. Max size of 2M
@error('image') {{ $message }} @enderror
@endsection @section('script') @endsection