@extends('backend.layout') @section('content')
{{ csrf_field() }}
{{ $title }} Danh sách
{{ @$errors->first('name') }}
{{ @$errors->first('code') }}
{{ @$errors->first('group_id') }}
{{ @$errors->first('price') }}
{{ @$errors->first('usd') }}
{{ @$errors->first('vi_usd') }}
{{ @$errors->first('using_day') }}
{{ @$errors->first('description') }}
@foreach($options as $opt)
@endforeach
@endsection @push('styles') @endpush @push('scripts') @endpush