@extends('layout.app') @section('styling') @parent @endsection @section('content')
@if ($errors->all())
@foreach($errors->all() as $message) @endforeach
@endif
Create Lead
@csrf
@foreach($looking_for as $looking)
@endforeach
@endsection @section('javascript') @parent @endsection