@extends('layouts.master') @section('title') Editable Table @endsection @section('css') @endsection @section('page-title') Editable Table @endsection @section('body') @endsection @section('content')

Datatable Editable

ID Name Age Gender Edit
1 David McHenry 24 Male
2 Frank Kirk 22 Male
3 Rafael Morales 26 Male
4 Mark Ellison 32 Male
5 Minnie Walter 27 Female
@endsection @section('scripts') @endsection