@extends('layouts.main') @section('title') Internal Site Edit @endsection @section('content')
@csrf @method('PUT') @include('InternalSite.partials.form')
 Cancel
@endsection