@extends('layouts.adminlayouts.app') @section('title') Review Create | Company Name @endsection @push('css') @endpush @section('contents')
Add Review
@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('Email'))

{{ $errors->first('Email') }}

@endif
@if ($errors->has('description'))

{{ $errors->first('description') }}

@endif
@if ($errors->has('description'))

{{ $errors->first('description') }}

@endif
@endsection @push('js') @endpush