@extends('backend.layout') @section('content')
{{ csrf_field() }}
{{ $title }} Danh sách
{{ @$errors->first('type') }}
{{ @$errors->first('value') }}
@endsection @push('styles') @endpush @push('scripts') @endpush