@extends('layouts.app', ['activePage' => 'governorate', 'titlePage' => __('')]) @section('content')

{{ __("jamia.gov")}}

@csrf
{{ __("jamia.area")}}
       
@if($area->count() != 0)
@foreach($area as $ar) @endforeach
Area Price Actions
{{$ar->area_name}} {{$ar->price}}
@endif
@endsection @section('js') @endsection