@extends('branch.layouts.index') @section('content')
@can('update_general', $spa)
@endcan @can('update_general', $spa)
@foreach ($spa->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 @can('update_general', $spa)

@lang('validation.attributes.title') @lang('validation.attributes.notes') @lang('validation.attributes.created_at') @lang('global.actions')
@endcan
@endsection