@extends('layouts.admin') @section('title', 'Create Service') @section('page_heading', 'Create Service') @section('page_actions') Back to Services @endsection @section('content')
@csrf

One feature per line. Click "Add Feature" to add more.

@foreach (old('features', []) as $feature)
@endforeach @if (!old('features'))
@endif
$
@endsection @push('scripts') @endpush