@extends('layouts.master') @section('css') @section('title') {{ __('home.branches') }} @stop @endsection @section('page-header')
@endsection @section('content') @if (session('success'))

{{ session('success') }}
@endif
@foreach ($branches as $branch) @endforeach
# {{ __('users.branch') }} {{ __('home.Location') }} {{ __('users.Operations') }}
{{ $i }} {{ $branch->name }} {{ $branch->place }}
@endsection @section('js') @endsection