@extends('layout.admin') @section('styles') @endsection @section('content')

Review/ Add

{{csrf_field()}}
@if ($errors->has('package_id')) {{ $errors->first('package_id') }} @endif
@if ($errors->has('publisher')) {{ $errors->first('publisher') }} @endif
@if ($errors->has('review')) {{ $errors->first('review') }} @endif
(Recommended Max file size: 500KB) @if ($errors->has('image_url')) {{ $errors->first('image_url') }} @endif
@if ($errors->has('rating')) {{ $errors->first('rating') }} @endif
@if ($errors->has('published_date')) {{ $errors->first('published_date') }} @endif
@endsection @section('script') @endsection