@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Plots Plots View Bulk Upload Plots Form @csrf Choose Project Choose... @foreach ($projects as $project) {{ $project->project_name }} @endforeach Choose Master Plan Choose... Choose a File: Choose File Submit @include('Partials.footer')