@extends('layouts.master') @section('title') {{$title}} @lang('translation.starter') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Pages @endslot @slot('title') {{$title}} @endslot @endcomponent
@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('telephone') {{ $message }} @enderror
@error('alamat') {{ $message }} @enderror

@endsection @section('script') @endsection