@include('Partials.sidebar') @include('Partials.header') Master Plan Master Plan New Master Plan Update Form @csrf @method('PUT') Choose Project Choose... {{ $masterPlan->project_name }} @foreach ($projects as $project) {{ $project->project_name }} @endforeach Master Plan Name: Current Master Plan: {{ $masterPlan->master_plan_image }} Choose a Master Plan: Choose File Update @include('Partials.footer')