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

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