@extends('layouts.head_office_app') @section('title', 'Assign Setting to Organisation') @section('sidebar') @include('layouts.company.sidebar') @endsection @section('content')
Update Setting For Location {{$location->location->trading_name}}
@include('layouts.error') @csrf @if(count($head_office_organisation_settings) <= 0) @else @foreach($head_office_organisation_settings as $head_office_organisation_setting) @endforeach @endif
Name Color Logo Background Logo Font Bespoke Forms
You have no saves settings.
{{$head_office_organisation_setting->name}} {!! $head_office_organisation_setting->organisation_setting_logo() !!} {!! $head_office_organisation_setting->organisation_setting_bg_logo() !!} {!! $head_office_organisation_setting->font !!} {{count($head_office_organisation_setting->organisationSettingBespokeForms)}}
{!! $head_office_organisation_settings->render('pagination::bootstrap-5') !!}
@endsection @section('styles') @endsection @section('scripts') @endsection