@extends('backend.layout') @section('content')
{{ csrf_field() }}
{{ $title }} Danh sách
{{ @$errors->first('name') }}
{{ @$errors->first('address') }}
{{ @$errors->first('video') }}
{{-- --}} {{ @$errors->first('provin_id') }}
{{ @$errors->first('description') }}
{{ @$errors->first('image') }}
{{ @$errors->first('map') }}
@endsection @push('styles') @endpush @push('scripts') @endpush