@extends('layouts.app') @push('head-script') @endpush @section('page-title')

@lang($pageTitle)

@endsection @section('content')
@csrf

{{ $contract->subject }} View Contract

@lang('app.edit') @lang('app.menu.contract')

@lang('app.selectImage') @lang('app.change') @lang('app.remove')
@lang('app.back')
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush