@extends('layouts.app') @section('title','Branches') @section('content')

Branches

@include('flash::message')
@include('branches.table')
@endsection