@extends('Layouts.erp_master') @section('content')
@foreach($branchList as $branch)
@endforeach
@include('elements.button.common_button', [ 'back' => true ])
@endsection