@extends('layouts.master') @section('title', 'Pnscrm') @section('page', 'Home') @section('sidebar') @parent @endsection @section('content')

New Lead

@csrf
@if ($errors->has('projectname')) {{ $errors->first('projectname') }} @endif
@if ($errors->has('customer')) {{ $errors->first('customer') }} @endif
@if ($errors->has('source')) {{ $errors->first('source') }} @endif
@if ($errors->has('owner')) {{ $errors->first('owner') }} @endif
@if ($errors->has('stage')) {{ $errors->first('stage') }} @endif
@if ($errors->has('projectname')) {{ $errors->first('deadline') }} @endif
@if ($errors->has('product')) {{ $errors->first('product') }} @endif
@endsection @section('footer') @endsection