@extends('admin.layouts.app') @section('panel')
@forelse($branches as $branch) @empty @endforelse
@lang('S.N.') @lang('Name') @lang('Code') @lang('Address') @lang('Email | Mobile') @lang('Status') @lang('Action')
{{ $loop->index + $branches->firstItem() }} {{ __($branch->name) }} {{ __($branch->code) }} {{ __($branch->address) }} {{ @$branch->email }} {{ @$branch->mobile }} @if ($branch->status) @lang('Active') @else @lang('Inactive') @endif
{{ __($emptyMessage) }}
@if ($branches->hasPages()) @endif
@endsection @push('breadcrumb-plugins')
@endpush