@extends('backend.layouts.app') @section('content')
Type of Contract
@foreach ($type_contract as $key => $item) @endforeach
# {{translate("Title")}} {{translate("Description")}} {{translate("Status")}} {{translate("Action")}}
{{ ($key+1) + ($type_contract->currentPage() - 1) * $type_contract->perPage() }}
status == 1) checked @endif>
{{-- Previous
    Next --}} {{$type_contract->links()}}
    @endsection @section('modal') @include('backend.modals.delete') @endsection @section('script') @endsection