@extends('layouts.master') @section('title', __('Building Types')) @section('stylesheet') @endsection @section('content')

{{ __('Home') }} / {{ __('Building Types') }}

{{ __('New Building Types') }}
@csrf @method('post')
{{ __('Edit Building Types') }}
@csrf @method('put')
@endsection @push('scripts') {!! $dataTable->scripts() !!} @endpush