@extends('app.template') @section('title', 'Edit Scope - COLI') @section('content')

Edit Scope

@if(session('success')) @endif @if(session('error')) @endif @if($errors->any()) @endif
@csrf
Optional: Add contact information for this scope
Back to List
@endsection