@include('Partials.sidebar')
@include('Partials.header')

Edit Master Plan

  1. Master Plans
  2. Edit
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Edit Master Plan

@csrf @method('PUT')
{{-- Project --}}
{{-- Master Plan Name --}}
Cancel
@include('Partials.footer')