@extends('layouts.master') @section('title') @endsection @section('content') @component('common-components.breadcrumb') @slot('pagetitle') Geo @endslot @slot('title') List @endslot @endcomponent
@if(session('success'))
{{ session('success') }}
@endif
@foreach ($data as $geo ) @endforeach
area name area name Ar price created_at updated_at Action
{{ $geo->area_name }} {{ $geo->area_name_ar }} {{ $geo->price }} {{ $geo->created_at }} {{ $geo->updated_at }}
  • @csrf

Showing 0 to 0 of 0 entries

@endsection