@extends('template.layout') @section('style') @endsection @section('content')
{{-- success message --}}
@if (session('success')) @endif
{{-- error message --}}
@if (session('error')) @endif
{{-- warninig message --}}
@if (session('warning')) @endif
Branch List
Back Create @foreach ($branches as $branch) @endforeach
# Code Name Contact Email Action
{{ $loop->iteration }} {{ $branch->code }} {{ $branch->name }} {{ $branch->mobile . '/' . $branch->land }} {{ $branch->email }}
{{ $branches->links() }}
@endsection @section('script') @endsection