@extends('layouts.app') @section('page-title', __('Create Contract')) @section('page-heading', __('Create Contract')) @section('breadcrumbs') @stop @section('styles') @endsection @section('content')
@csrf

Authority Details

@endsection @section('scripts') @parent @endsection