@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@csrf
{{--
@csrf
@foreach (Config('language') as $key => $lang)
@error('attributes[0][name][' . $key . ']') {{ $message }} @enderror
@endforeach
@error('attributes[0][type]') {{ $message }} @enderror


--}}
@push('admin_js') @endpush @endsection