@extends('apex-layouts.main') @section('title',"Lead Form") @section('header-right') Go Back @endsection @section('content') @if ($model->exists) @method('PUT') @endif @csrf {{ ($model->exists)?'Edit leads':'New leads' }} Reasons @foreach($reasons as $key=>$review) {{$review}} @endforeach phone @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif Name @if ($errors->has('name')) {{ $errors->first('name') }} @endif leads email @if ($errors->has('email')) {{ $errors->first('email') }} @endif Gender