@extends('branch.layouts.index') @section('content')
@can('viewAny', 'App\Models\Floor')
@can('create', 'App\Models\Floor')

@endcan
@lang("validation.attributes.title") @lang("global.actions")
@endcan
@endsection