@extends('layouts.app') @section('title', 'Konten Layanan') @section('breadcrumb') @endsection @push('addon-style') @endpush @section('title-section', 'Konten Layanan') @section('content')
@if ($message = Session::get('success'))
Success:  {{ $message }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Kembali
@endsection @push('addon-script') @endpush