@extends('admin.layouts.master') @section('css') @endsection @section('title') المرضى @endsection @section('content')
المرضي
{!! $dataTable->table() !!}
@endsection @section('js') {!! $dataTable->scripts() !!} @endsection