Management Create

@include('layouts.admin.alerts') @if (count($management)>0) @foreach ($management as $item) @endforeach
# Name Designation Position Profile Action
{{ $no++ }} {{ $item->name }} {{ $item->designation }} {{ $item->position }} Edit
@csrf {{ method_field('DELETE') }}
@else No Management Added Yet @endif