@extends(get_view('index')) @section('title'){{ translate('Sales Agreement') }} - @endsection @section('header') @endsection @section('content')
{!! translate('sales_agreement_content') !!}
@endsection @section('footer') @endsection