@extends('admin.layouts.base') @section('content')

Create Service

@csrf {{-- LEFT COLUMN --}} {{-- Title --}}
{{-- Subtitle --}}
{{-- Description --}}
@error('button_text') {{ $message }} @enderror
@error('button_link') {{ $message }} @enderror
Back
@endsection @section('scripts') {{-- CKEditor --}} @endsection