@extends('layouts.app') @section('title', 'New Site') @section('content')
New Site / Project
@csrf
@include('sites._form')
@endsection