@extends('layouts.master') @section('content')
Building List
Add New
@php $sn = 0; @endphp @foreach ($buildings as $building) @endforeach
SN Branch Building Action
{{ ++$sn }} {{ $building->branch->branch_name }} {{ $building->building_name }} {{-- View --}} Edit
@csrf @method('DELETE')
@stop