@extends('admin.template.master') @section('title')

Branch Address

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif
Branch Name Delivery Cost Type Status Created At Edited At Created By Updated By Action
@endsection @section('javascripts') @endsection