@extends('layouts.public_layout') @section('title', $title) @section('content')
@include('csfs.tabs', ['csf' => $csf, 'active' => 3])

CSF Subject Areas {{ ($id == 0 ? '(Add)' : '(Edit)') }}

@include('csfs.info', ['csf' => $csf])
@if (strlen($msg) > 0) @endif @if ($errors->any()) @endif
@csrf
@if (Auth::user()->is_admin == 1)
@error('date') {{ $errors->first('date') }} @enderror
@else @endif
@error('fu_id') {{ $errors->first('fu_id') }} @enderror
@error('customers') {{ $errors->first('customers') }} @enderror
@error('total') {{ $errors->first('total') }} @enderror
@endsection