@extends('Frontend.partials.application') @section('layout-content')
@csrf @foreach ($products as $product) @endforeach
{{$errors->has('first_name')? $errors->first('first_name'):" "}}
{{$errors->has('last_name')? $errors->first('last_name'):" "}}
{{$errors->has('user_email')? $errors->first('user_email'):" "}}
@endsection @push('css') @endpush