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

@lang('global.settings')

@lang('global.location')

@endcan @can('update_qr', $branch)
@endcan @can('viewAny', 'App\Models\Qr')
@can('create', 'App\Models\Qr')

@endcan
@lang("validation.attributes.title") @lang("global.actions")
@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