@extends('backend.layout') @section('content')
{{ csrf_field() }}
{{ $title }} Danh sách App
{{ @$errors->first('name') }}
{{ @$errors->first('type') }}
{{ @$errors->first('package') }}
{{ @$errors->first('version') }}
{{ @$errors->first('version_code') }}
{{ @$errors->first('file') }}
{{ @$errors->first('update') }}
{{ @$errors->first('note') }}
{{ @$errors->first('images') }}
@endsection @push('styles') @endpush @push('scripts') @endpush