@extends('layouts.backend.index') @section('title', $label) @section('content')

 {{ $label }}

Fitur untuk menambah data {{ Str::lower($label) }}.


@csrf
@if (@$errors->has('phone') ) @foreach ($errors->get('phone') as $message)

{{ ucfirst($message) }}

@endforeach @endif