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

@yield('title')

@endsection @section('content')
{!! Form::open(['route' => 'approvals.create']) !!} {{ method_field('get') }} {{ Form::submit(__('Add Approval'), ['class' => 'btn btn-primary']) }} {!! Form::close() !!}
{{-- {{ Form::label('status', 'Status', ['class' => 'form-label col-12 text-center']) }} --}}
@if (has_permissions('update', 'property')) @endif
{{ __('ID') }} {{ __('Nombre completo') }} {{ __('Cédula ID') }} {{ __('Teléfono') }} {{ __('Email') }} {{ __('Responsables') }} {{ __('Estatus') }} {{ __('Action') }}
@endsection @section('script') @endsection