@extends('layouts.admin.master') @section('title', 'Area') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content')
@if(count($errors) > 0) @endif @if($message = Session::get('success')) @endif
@forelse ($areas as $area) @empty @endforelse
# Code Name Action
{{$loop->iteration}} {{ $area->code }} {{ $area->name }}
@csrf @method('DELETE')
@endsection