@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@csrf @if($method == 'PUT') @method('PUT') @endif
@foreach (Config('language') as $key => $lang)
@error('name.'.$key) {{ $message }} @enderror
@endforeach

Icon

@endsection