@extends('admin.layouts.master') @section('title','branch Page') @section('content')
Add New

Table

@foreach($hotspotareas as $hotspot) @endforeach {{$hotspotareas->appends($_GET)->links()}}
# Created At English name Arabic name link image Action
{{$loop->iteration}} {{$hotspot->created_at->format('Y-m-d')}} {{$hotspot->name_en}} {{$hotspot->name_ar}} {{$hotspot->link}}
@endsection