@extends('layouts.admin')
@section('title') Models @endsection
@section('page_title') Models @endsection
@push('page_style')
@include('include.dataTableStyles')
@endpush
@section('content')
S.No |
Title |
Brand Name |
Created By |
Action |
Log |
@push('page_script')
@include('include.dataTableScripts')
@endpush
@endsection