@extends('back.layouts.main') @section('title' , __('back.branches')) @section('content')
@include('back.branches._filter') @if($data->isNotEmpty()) @foreach($data as $row) @endforeach @else @endif
# {{ __('back.Name')}}
{{$row->id}} {{$row->name}}
{{ __('back.noDataAvailable')}}
@stop @push('footer') @endpush @section('breadcrumbs') @stop @section('create-btn') {{ __('back.create')}} @stop