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