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

Create New 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