@extends('layouts.head_office_app') @section('title', 'My Organisation') @section('top-nav-title', 'Colour branding') @section('content')
@if(!$setting)Create Organisation Setting @else Update '{{$setting->name}}' Setting @endif
@include('layouts.error')
@csrf {!! $setting ? '' : '' !!}
@foreach($forms as $beSpokeForm) @endforeach
Name Type Status
id,$ids) ? 'checked' : '' @endphp> {{$beSpokeForm->name}} {{$beSpokeForm->type}} @if($beSpokeForm->is_active) Active @else Inactive @endif
@section('styles') @endsection @section('scripts') @endsection @endsection