@extends('mall.layouts.index') @section('content')
@can('update_general', $branch)

@lang('global.general_information')

@lang('global.location')

@endcan @can('update_working_times', $branch)
@foreach ($days as $day)

@endforeach
@endcan @can('viewAny', 'App\Models\Building')
@can('create', 'App\Models\Building')

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