@extends('layouts.master')
@section('css')
@section('title')
{{ __('home.branches') }}
@stop
@endsection
@section('page-header')
@endsection
@section('content')
@if (session('success'))
{{ session('success') }}
@endif
| # |
{{ __('users.branch') }} |
{{ __('home.Location') }} |
{{ __('users.Operations') }} |
@foreach ($branches as $branch)
| {{ $i }} |
{{ $branch->name }} |
{{ $branch->place }} |
|
@endforeach
@endsection
@section('js')
@endsection