@extends('layouts.master') @section('content')
Department list Edit Department {{-- Forms --}} {{-- Form Layouts --}}

Edit Department Department List

{{--

--}} {{--
--}}
Edit Department Details
@if (count($errors) > 0)
@foreach ($errors->all() as $error) @endforeach
@endif
@csrf
{{--
--}} @endsection @push('scripts') @endpush