@extends('layouts.master') @section('title', 'Branch') @push('css') @endpush @section('content')
@csrf

branch Information

@include('administration_module.branch.table')
@endsection @push('js') @endpush