@extends('layouts.master') @section('title', 'Branches | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.branches') ) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content')| {{ __('basic.id') }} | {{ __('basic.code') }} | {{ __('basic.name') }} | {{ __('basic.address') }} | {{ __('basic.latitude') }} | {{ __('basic.longitude') }} | {{ __('basic.handle') }} |
|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->code }} | {{ $item->name }} | {{ $item->address }} | {{ $item->latitude }} | {{ $item->longitude }} | {{ __('basic.edit') }} @role('Super-admin') {{ __('basic.delete') }} @endrole |