@extends('layouts.back-end.app') @section('title', \App\CPU\translate('Branches List')) @push('css_or_js') @endpush @section('content')
{{\App\CPU\translate('Branches Table')}}
@foreach($branches as $k=>$branch) @endforeach
# Name {{\App\CPU\translate('Action')}}
{{$branch->id}} {{$branch->name}} {{-- admin.branches.create --}}
@csrf @method('delete')
@endsection @push('script') @endpush