@extends('layouts.main') @section('title') {{ __('Recaudos') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
@if (has_permissions('create', 'contract'))
{!! Form::open(['route' => 'collections.create']) !!} {{ method_field('get') }} {{ Form::submit(__('Crear Recaudos'), ['class' => 'btn btn-primary']) }} {!! Form::close() !!}
@endif
{{ __('ID') }} {{ __('ID Pre Aprobacion') }} {{ __('Property Name') }} {{ __('Customer Name') }} {{ __('Customer Mobile') }} {{ __('Action') }}
@endsection @section('script') @endsection @section('script') @endsection