@extends('layouts.admin')
@section('title', 'New Amendment')
@push('head')
@endpush
@push('scripts')
@endpush
@section('content')
New Amendment
All Amendments
@include('admin.amendments.partials.form')
@endsection
@push('scripts')
@include('admin.amendments.partials.form_scripts')
@endpush