@extends('Partners.Layouts.Page') @section('styles') @endsection @section('content')

{{$page_title}}

@include('Pages.Agreement')
@if(!partner_auth()->user()->nafath_validated) @elseif(is_null(partner_auth()->user()->signed_at)) @endif
@endsection @section('scripts') @endsection