@extends('admin.partials.layout') @section('css') @endsection @section('content')

Create Agreement

Create Agreement Form

@csrf
@if($errors->has('title'))

{{ $errors->first('title') }}

@endif
@if($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if($errors->has('contact'))

{{ $errors->first('contact') }}

@endif
@if($errors->has('house'))

{{ $errors->first('house') }}

@endif
@if($errors->has('date'))

{{ $errors->first('date') }}

@endif
@if($errors->has('short_description'))

{{ $errors->first('short_description') }}

@endif
@endsection @section('js') @endsection