@extends('layouts.master') @section('content')
Create Building
Building List
@if ($errors->any())
@endif
@csrf
{{ generateDropdown($branches, 'class="form-control select2" name="branch_id" required') }}
Cancel
@stop