@extends('layouts.app') @section('styles') @endsection @section('content')

View Patient Story

{{ __('Add') }}
@include('alerts.alerts')
@include('back.patientstory.table',compact('datas'))
{{ $datas->links() }}
@endsection @section('scripts') {{-- ################################Jquery Datatable########################### --}} {{-- --}} {{-- ########################################################################## --}} @endsection