@extends('back.template.index') @section('title', 'Tambah Layanan') @section('content')

Tambah Layanan Baru

@csrf
@error('nama_layanan') {{ $message }} @enderror
@error('gambar') {{ $message }} @enderror
Batal
@endsection