@extends('layouts.Admin.master') @section('title') المناطق @endsection @section('css') @endsection @section('page-title') المنطقة @endsection @section('body') @endsection @section('content')
@forelse ($regions as $region) @empty @endforelse
# المنطقة عربي المنطقة انجليزي العمليات
{{ $region->id }} {{ $region->name }} {{ $region->name_en }}
@endsection @section('scripts') @endsection