@extends('admin.master')
@section('title')
Generic Name List
@endsection
@section('sideMenuTitle')
Generic Name List
@endsection
@section('pageTitle')
Generic Name Add
@endsection
@section('bodyContent')
@if(Session::has('message'))
{{Session::get('message')}}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Now showing {{ $listData->count() * $listData->currentPage() }} out of {{ $listData->total() }} Names