@extends('layouts.public_layout') @section('title', $title) @section('content')

CSM Services {{ ($id == 0 ? '(Add)' : '(Edit)') }}


@if (strlen($msg) > 0) @endif
@csrf
@error('service_name') {{ $errors->first('service_name') }} @enderror
@error('fu_id') {{ $errors->first('fu_id') }} @enderror

@endsection