@extends('branch.layouts.index') @section('content')
@can('update_general', $restaurant)
@endcan @can('update_general', $restaurant)
@foreach ($restaurant->branches as $branch) @endforeach
@lang('validation.attributes.title') @lang('validation.attributes.is_portfolio_active') @lang('validation.attributes.is_surveys_active') @lang('validation.attributes.menu_type')
{{ $branch->title }}
@endcan
@endsection