@extends('layouts.master') @section('title', 'Dashboard') @section('css') @endsection @section('content') {{ session('branch_id') }} @endsection @section('js') @endsection