@extends('layouts.master') @section('title', 'Datatable') @section('parentPageTitle', 'Tables') @section('page-style') @stop @section('content')
Selectionner une province
| No | Nom commune | Nom de la province | Action |
|---|---|---|---|
| {{$index++}} | {{$i->nom_comm}} | {{$i->nom_province}} | Editer
|