1
00:00:00,180 --> 00:00:00,930
Hello, friend.

2
00:00:00,960 --> 00:00:01,800
Welcome back.

3
00:00:02,160 --> 00:00:08,760
In a previous video, we successfully read all the data from our database and visibility in our piece

4
00:00:08,760 --> 00:00:10,600
right there in our dashboard piece.

5
00:00:11,010 --> 00:00:13,470
So now I want to do I want to go more deep.

6
00:00:13,770 --> 00:00:19,710
And I hope you like it very much, because right now I want to use our total MVC pattern.

7
00:00:20,100 --> 00:00:25,270
That means we will create one of the few will create one of the controller and also will create one

8
00:00:25,350 --> 00:00:26,100
the model.

9
00:00:26,370 --> 00:00:31,930
OK, so how can do that work combined all the things how can create another function.

10
00:00:31,950 --> 00:00:35,000
I will show you with the live example for doing this.

11
00:00:35,010 --> 00:00:40,820
First of all, here I want to do I want to create one of the another table for the category.

12
00:00:40,860 --> 00:00:45,780
OK, I want to create on the table for the category and from the category being third from the category.

13
00:00:45,780 --> 00:00:50,200
And I also want to get this category and visibility in another area.

14
00:00:50,700 --> 00:00:53,060
So for doing this, I want to do want to add another menu.

15
00:00:53,280 --> 00:00:56,340
So that is the main portion, as I told you, friend.

16
00:00:56,350 --> 00:00:58,850
So here we have to do that is our dropdown.

17
00:00:58,860 --> 00:01:05,580
So that is actually the file within install the additional authentication system.

18
00:01:05,580 --> 00:01:09,180
That is our navigation dropdown and the navigation dropdown here.

19
00:01:09,180 --> 00:01:11,240
You can see that is actually our one other file.

20
00:01:11,250 --> 00:01:19,290
So I want to do I want to actually take another one so bitter I want to copied, copied and pasted.

21
00:01:19,290 --> 00:01:24,000
So in particular, that area I want to do I want to add the all category.

22
00:01:24,060 --> 00:01:31,140
OK, so this step up, one of the things I want to add and I namely the all category category.

23
00:01:31,740 --> 00:01:37,440
So right now I didn't create any doubts of for the reasons I wanted to make it as right now as it now,

24
00:01:37,620 --> 00:01:42,080
OK, I make it as empty and this activated here.

25
00:01:42,090 --> 00:01:42,990
We don't need this.

26
00:01:42,990 --> 00:01:44,910
I want to to remove it.

27
00:01:45,150 --> 00:01:46,440
So that is our default one.

28
00:01:47,190 --> 00:01:48,630
So it's perfect.

29
00:01:48,640 --> 00:01:50,230
So that is are all categories.

30
00:01:50,250 --> 00:01:59,790
OK, so that is our navigation and the dropdown and blade BHP now as a Savol and now if you'll refresh

31
00:01:59,790 --> 00:02:00,030
it.

32
00:02:00,480 --> 00:02:03,330
So it's still showing us it out is not defined.

33
00:02:03,360 --> 00:02:11,290
OK, but I want to do I want to make it as a total empty OK, because if I didn't get anything out so

34
00:02:11,340 --> 00:02:15,600
because to save all and now if you refresh it.

35
00:02:16,680 --> 00:02:19,640
Yeah, obviously there is another one as all categories.

36
00:02:19,920 --> 00:02:25,260
So for now I have to do and to create on the table want to create on the table in our database as a

37
00:02:25,260 --> 00:02:26,370
lot of belayed here.

38
00:02:26,370 --> 00:02:27,600
I want to create one of the tables.

39
00:02:27,600 --> 00:02:31,020
If you want to create this table, you have to do we have to migrate it.

40
00:02:31,470 --> 00:02:36,420
And also, as I told a friend, to have the two types, that is the one you can use, that you can do

41
00:02:36,420 --> 00:02:37,580
whatever you can use.

42
00:02:37,590 --> 00:02:38,780
Also the query builder.

43
00:02:39,060 --> 00:02:45,210
So if you use that allocate one, then you have to create one of the model rather than if you only working

44
00:02:45,210 --> 00:02:52,380
with this, you go rebuilder, then you don't need to use that model for some of the person actually

45
00:02:52,380 --> 00:02:54,560
like to working with me.

46
00:02:54,720 --> 00:02:55,660
Query builder.

47
00:02:55,680 --> 00:03:01,140
So right now I actually want to share both of this with you for the reasons for our disk all category.

48
00:03:01,140 --> 00:03:06,300
I want to create one of the model and also I want to create one of the database migration table.

49
00:03:06,300 --> 00:03:08,870
That means here I want to create another migration table.

50
00:03:09,270 --> 00:03:12,950
So if you want to do that work, you have to do we have to go to your appropriate file location.

51
00:03:12,960 --> 00:03:16,750
That means that is our project directly as a level and the basic right.

52
00:03:17,100 --> 00:03:21,660
So here you can actually create individually, you can individually create the model.

53
00:03:21,660 --> 00:03:24,030
You can individually create one of the migration file.

54
00:03:24,380 --> 00:03:28,730
And then if you want to create both of these with at the time, you can also do that work.

55
00:03:28,980 --> 00:03:36,210
I show you then you have to do to down to the partition and then make I want to do one to make one of

56
00:03:36,210 --> 00:03:38,400
the model make model.

57
00:03:38,400 --> 00:03:42,530
I want to create on the model name as a category category.

58
00:03:42,750 --> 00:03:45,540
OK, and also I want to make it at the time.

59
00:03:45,540 --> 00:03:52,020
I want to create another migration file that will be the pen and then erm and that means it shall be

60
00:03:52,020 --> 00:03:57,480
created one of the model and as a category name, and that means the modelling will be as a category

61
00:03:57,480 --> 00:04:00,690
and also shall be created on the migration file as a category.

62
00:04:00,900 --> 00:04:07,230
Now if you click as they enter now, consideration is now created under the model created successful

63
00:04:07,230 --> 00:04:11,630
and also created another migration file that we see in the model folder.

64
00:04:11,640 --> 00:04:13,920
You can see it's not created out of the category model.

65
00:04:13,920 --> 00:04:18,600
So that is our category model and also it's created another migration file.

66
00:04:18,900 --> 00:04:20,940
So that is our the migration file.

67
00:04:21,090 --> 00:04:25,800
OK, and you can see it's not created out of the migration file as a category is perfect.

68
00:04:26,040 --> 00:04:27,690
So that is the things I want to do.

69
00:04:28,020 --> 00:04:29,840
Everything is now successfully created.

70
00:04:30,270 --> 00:04:35,670
So not only do I want to add some of the feel like that is our database table in the migration that

71
00:04:35,670 --> 00:04:38,940
is our new one as a category, that means it shall be created.

72
00:04:38,940 --> 00:04:44,370
One of the categories table under the categories, table by default, that is the ID and the time is

73
00:04:44,370 --> 00:04:44,760
spent.

74
00:04:45,120 --> 00:04:47,650
So now I want to do I want to add some of the field.

75
00:04:47,770 --> 00:04:49,800
OK, so better I to do to copy it.

76
00:04:50,100 --> 00:04:58,950
So for our categories we don't, we need actually that user, I name it on the field as a user ID that

77
00:04:58,950 --> 00:04:59,880
will be one of the.

78
00:04:59,940 --> 00:05:08,100
User ID and also I want to do want to create another one as a category, name, category and good name,

79
00:05:08,310 --> 00:05:16,370
so that will be our tool of this filename and user I.D. It will be as Intisar OK, I name it as a user.

80
00:05:16,380 --> 00:05:22,760
It will be as Intisar and this category name for the category name, which will be as extreme because

81
00:05:22,770 --> 00:05:25,430
that means it's already seen value of a friend.

82
00:05:25,680 --> 00:05:28,100
And also if you want to use that sort, Dilek.

83
00:05:28,110 --> 00:05:34,920
So they have also another officinalis of direct, if you go to that level official of site and here

84
00:05:34,920 --> 00:05:41,530
if you start to dissolve, deflect, deflect, deflect.

85
00:05:41,550 --> 00:05:48,840
So if you use that soft delek and then if you open it and here you can see if you want to use that Southdale,

86
00:05:49,170 --> 00:05:52,040
then you have to do it into the model area here.

87
00:05:52,050 --> 00:05:53,820
You have to have to use this one.

88
00:05:54,000 --> 00:05:56,340
OK, that means this one that is of deflecting.

89
00:05:56,670 --> 00:05:58,590
So for now, I want to do and copied.

90
00:05:58,590 --> 00:06:01,030
I copied and now go to our models.

91
00:06:01,050 --> 00:06:04,170
I have already created an older model as our category.

92
00:06:04,650 --> 00:06:07,710
So the category idea here by default is a half factory.

93
00:06:07,730 --> 00:06:09,930
So I want to add our new one.

94
00:06:10,440 --> 00:06:14,240
I only want to change it as a use and the soft directing.

95
00:06:14,460 --> 00:06:17,970
OK, and also if you use that sort of directing, you have to also use it.

96
00:06:18,540 --> 00:06:21,060
And that means the look and I copied it.

97
00:06:21,510 --> 00:06:26,110
And now in particular that area after this, I want to do sorry.

98
00:06:26,220 --> 00:06:30,320
I want to add our this user that is also directing.

99
00:06:30,870 --> 00:06:32,940
So make that you use it.

100
00:06:32,970 --> 00:06:35,850
So here I successfully updated both of these.

101
00:06:36,300 --> 00:06:40,010
So now I want to do to add it in our format.

102
00:06:40,020 --> 00:06:41,720
That means here after this.

103
00:06:41,730 --> 00:06:47,310
OK, after this I take another one, I copy it, I want to do and pasted.

104
00:06:47,310 --> 00:06:52,110
So in particular that area I want to use our this of directing.

105
00:06:52,410 --> 00:06:55,890
I copy it and it be as a result selecting.

106
00:06:55,890 --> 00:06:56,310
OK.

107
00:06:57,120 --> 00:06:58,400
So now I want to use it.

108
00:06:59,100 --> 00:06:59,840
So perfect.

109
00:06:59,850 --> 00:07:02,190
So here I use our ID.

110
00:07:02,280 --> 00:07:08,010
That means our table name will be as a category and the categories that it will be on the idea and then

111
00:07:08,010 --> 00:07:13,590
the Intissar in design will be for our user ID and they screen for the category name.

112
00:07:13,830 --> 00:07:16,050
And also I use that self-selecting.

113
00:07:16,530 --> 00:07:21,060
And also I want to do I to make our these two of this field as a fillable.

114
00:07:21,060 --> 00:07:25,070
So if you go to our default one, that means that you are a user.

115
00:07:25,380 --> 00:07:26,880
So this user is default on.

116
00:07:26,880 --> 00:07:27,120
Right.

117
00:07:27,120 --> 00:07:28,290
So I need to install that.

118
00:07:28,560 --> 00:07:30,690
Laravel, we get by default this model.

119
00:07:30,930 --> 00:07:35,120
And here you can see there is also another option for the protected as a fillable.

120
00:07:35,520 --> 00:07:40,890
So right now I also want to use it, I copy it and I go to our models and there is our category.

121
00:07:40,980 --> 00:07:48,150
So here after this, OK, after this, I also want to make our product field are protected field.

122
00:07:48,150 --> 00:07:50,550
I want to make it affordable to have this field.

123
00:07:50,550 --> 00:07:55,590
One will be as a user ID, I copy it, that will be as a user ID.

124
00:07:55,590 --> 00:07:59,230
And also I want to add another protected field for the category name.

125
00:07:59,400 --> 00:08:05,430
So now I want to do and to make it as a category name so that no, we don't need this I hope is very

126
00:08:05,430 --> 00:08:06,510
much clear to friend.

127
00:08:06,610 --> 00:08:08,160
So that's all you have to do.

128
00:08:08,160 --> 00:08:13,370
If you are working with the model, that means if you want to use that you can do OK.

129
00:08:13,740 --> 00:08:19,680
So now I successfully created one of the create a table as our category table and into the categories

130
00:08:19,680 --> 00:08:23,250
table that the Tuffield or the user ID and the category name.

131
00:08:23,460 --> 00:08:25,330
And also I make it as a software.

132
00:08:25,500 --> 00:08:27,660
So now I want to do I want to migrate it.

133
00:08:27,670 --> 00:08:35,310
OK, so when you migrated automatically so we created this table with all that field I show you like

134
00:08:35,310 --> 00:08:36,510
that is our database.

135
00:08:36,510 --> 00:08:36,810
Right.

136
00:08:36,810 --> 00:08:39,720
So I want to do want to migrate out this new table.

137
00:08:40,320 --> 00:08:41,660
So after this.

138
00:08:41,660 --> 00:08:51,460
So here I want to do I want to because a PSP artisan and then migrate so be added something like that.

139
00:08:51,480 --> 00:08:56,960
So now if you click as they enter now because different is now successfully created, our this category

140
00:08:56,960 --> 00:08:57,510
is stable.

141
00:08:57,960 --> 00:09:01,590
So now if you go here, if you now refresh it, yes.

142
00:09:01,590 --> 00:09:03,870
You can create a new one as a category.

143
00:09:04,350 --> 00:09:10,350
And for the categories I have created of the user ID, I want the category name that is created and

144
00:09:10,350 --> 00:09:17,130
you can see is also added that both of these as updated that and another field as a delegated act.

145
00:09:17,610 --> 00:09:22,190
So that is the two is visible because of all here I'm using as a software.

146
00:09:22,380 --> 00:09:28,260
So if you don't you want to use that software, then it will be only created as a creator that OK and

147
00:09:28,260 --> 00:09:29,180
then updated that.

148
00:09:29,640 --> 00:09:32,070
So now the other field is added as a director.

149
00:09:32,070 --> 00:09:33,390
That so perfect.

150
00:09:33,390 --> 00:09:35,730
So you successfully created our table.

151
00:09:35,730 --> 00:09:40,680
I hope you can well understand about it how you can create some of the table with using that migration.

152
00:09:40,950 --> 00:09:43,080
And also, how can I sign all that?

153
00:09:43,080 --> 00:09:43,940
Your table filled.

154
00:09:44,340 --> 00:09:47,580
So there is a table filled I have assigned in our migration area.

155
00:09:47,580 --> 00:09:50,640
You can see there is a user ID and that the category name.

156
00:09:51,030 --> 00:09:53,520
So that is our user ID and the category name.

157
00:09:53,820 --> 00:09:58,490
So now I also I want to do want to create another controller for our this category.

158
00:09:58,500 --> 00:09:59,820
So if you want to create this kind.

159
00:10:00,210 --> 00:10:08,040
I hope you already know about it then you had to do you have to write down as a PSP Ardizzone make and

160
00:10:08,040 --> 00:10:13,790
then controller and then I want to do and to create the controller for the category.

161
00:10:13,800 --> 00:10:18,240
I name it as a category category controller.

162
00:10:19,590 --> 00:10:21,530
OK, name it as a category controller.

163
00:10:21,900 --> 00:10:26,960
So if you want to create this controller, you have to write down the PSP Artisan Make controller.

164
00:10:26,970 --> 00:10:31,740
And I now I want to create on the Kadugli controller and name it as a category controller.

165
00:10:31,830 --> 00:10:37,770
Now if you click on the enter now concedes can successfully created on the controller in our controller

166
00:10:37,770 --> 00:10:42,570
area, that means in our SCDP there is a controller that you can see it's created another controller

167
00:10:42,570 --> 00:10:43,960
as a category controller.

168
00:10:44,610 --> 00:10:50,670
So now I want to do when any user actually click in particular this area, it should be loaded.

169
00:10:50,670 --> 00:10:53,880
And at that pace, OK, this will be loaded onto the category page.

170
00:10:53,910 --> 00:10:58,300
So if you want to do that work, I hope you already know about it what exactly you have to do.

171
00:10:58,830 --> 00:11:00,750
So first of all, I want to put on the link.

172
00:11:00,750 --> 00:11:02,930
I want to put on the link on here.

173
00:11:03,420 --> 00:11:09,190
So if you want to put that link, as I told you, friend here, you can use SoundCloud so better.

174
00:11:09,210 --> 00:11:11,010
I want to do on the use of the cloud.

175
00:11:11,020 --> 00:11:13,810
So if you want to add this out, what exactly you have to do.

176
00:11:14,220 --> 00:11:19,980
So I want to do I want to create one of the Routt, I name it as a all category.

177
00:11:21,060 --> 00:11:21,920
So whatever you want.

178
00:11:21,930 --> 00:11:24,740
So now I name it as an all category one of the drought.

179
00:11:24,990 --> 00:11:25,290
Right.

180
00:11:25,320 --> 00:11:27,230
So we have to do we have to create this out.

181
00:11:27,540 --> 00:11:30,810
So if you want to create this out, we have to work in our Web notario.

182
00:11:30,960 --> 00:11:31,790
That means here.

183
00:11:32,190 --> 00:11:32,500
Right.

184
00:11:32,730 --> 00:11:35,620
So here I want to do I want to add one of the another out.

185
00:11:35,820 --> 00:11:40,350
So after this after this better I want to put some of the comments for you.

186
00:11:40,350 --> 00:11:42,120
It shall be as a category controller.

187
00:11:43,470 --> 00:11:45,270
OK, category controller.

188
00:11:46,200 --> 00:11:47,520
So that is a category controller.

189
00:11:47,850 --> 00:11:49,090
See the category controller.

190
00:11:49,110 --> 00:11:50,430
I want to use that out.

191
00:11:50,430 --> 00:11:51,870
So that will be allowed.

192
00:11:51,870 --> 00:11:56,830
And after that it will be as a gate and the gate area on the board of the name.

193
00:11:56,970 --> 00:11:58,920
OK, so here I want to put on the name.

194
00:11:58,920 --> 00:12:03,460
It should be as a category category SLAs.

195
00:12:03,510 --> 00:12:06,260
All so this step up one of the name.

196
00:12:06,510 --> 00:12:09,090
So here also all software that we have to do.

197
00:12:09,090 --> 00:12:12,960
We have to add our controller that this will be just like that same friend.

198
00:12:13,770 --> 00:12:16,780
But I also want to put some of the name, but I copy it.

199
00:12:17,520 --> 00:12:19,500
OK, Upbeats, after this.

200
00:12:19,500 --> 00:12:20,430
After this.

201
00:12:21,450 --> 00:12:23,340
But I don't want to make you confused.

202
00:12:23,340 --> 00:12:24,630
I copy both of this.

203
00:12:25,410 --> 00:12:28,530
That means there is around and here I want to pull that out name.

204
00:12:28,550 --> 00:12:35,700
It will be as this one I remove it so that will be our gate and that category all.

205
00:12:35,700 --> 00:12:38,130
And I have also created another controller.

206
00:12:38,550 --> 00:12:41,700
I have already created another controller as a category controller.

207
00:12:41,700 --> 00:12:42,010
Right.

208
00:12:42,420 --> 00:12:43,820
So I now we don't need this.

209
00:12:43,830 --> 00:12:49,260
I remove it so that the category controller, I copy it and here I want to turn to paste it.

210
00:12:49,710 --> 00:12:53,710
So that will be our category controller class and the category controller area.

211
00:12:53,710 --> 00:12:55,230
I want to create one of the methode.

212
00:12:55,230 --> 00:12:58,560
I want to be on the Materazzi all category.

213
00:12:58,740 --> 00:13:00,480
OK, that means the all cat.

214
00:13:00,780 --> 00:13:03,410
And also after that I want to put on the name.

215
00:13:03,420 --> 00:13:07,460
So this name I have already created that name as all categories.

216
00:13:07,470 --> 00:13:10,900
So now I want to copy it and here I name it as a D1.

217
00:13:11,310 --> 00:13:15,960
So now if you click on the particular definition, it should be rejected throughout this category,

218
00:13:15,960 --> 00:13:16,680
all pates.

219
00:13:17,010 --> 00:13:19,680
And also here I added our category controller.

220
00:13:19,680 --> 00:13:22,020
So we have to do we have to also include it.

221
00:13:22,020 --> 00:13:22,350
Right.

222
00:13:22,590 --> 00:13:24,900
So make sure you include it before.

223
00:13:24,900 --> 00:13:26,930
I have already discussed about the things we do.

224
00:13:27,300 --> 00:13:33,150
That is our contact controller, that is our app is TDP controllers and that is our new controller and

225
00:13:33,150 --> 00:13:35,230
I have created as a category controller.

226
00:13:35,580 --> 00:13:42,540
So now Underdo and to add that category controller, that means that is our app app and there is TDP,

227
00:13:42,540 --> 00:13:45,030
the controller and then our category controller.

228
00:13:45,060 --> 00:13:48,780
So first of all, you have to load it and after that you have to add it.

229
00:13:48,780 --> 00:13:49,050
Right.

230
00:13:49,470 --> 00:13:50,980
So that is our category controller.

231
00:13:51,000 --> 00:13:56,550
I have created and then there is a category and then category controller with the category controller.

232
00:13:56,580 --> 00:14:00,790
Now we have to do we have to create this method as they all get right.

233
00:14:00,810 --> 00:14:02,490
So we have to create it now.

234
00:14:02,490 --> 00:14:05,710
Go to our category controller into the category controller area.

235
00:14:05,730 --> 00:14:09,170
I want to do are to create our this method.

236
00:14:09,570 --> 00:14:12,840
So if you want to create this method, first of all, what exactly you have to do?

237
00:14:13,170 --> 00:14:19,260
You have to make it as a public like public and then function public function.

238
00:14:19,260 --> 00:14:21,510
And our method name will be as all cat.

239
00:14:21,900 --> 00:14:23,610
So now I name it as all.

240
00:14:24,360 --> 00:14:28,840
So that will be our function style right into this area.

241
00:14:28,940 --> 00:14:30,100
Want to do and returned.

242
00:14:30,400 --> 00:14:32,330
I want to return on the view space.

243
00:14:32,670 --> 00:14:38,280
So if the view Pesquería I want to do, I want to create, I want to make this specific, then it should

244
00:14:38,280 --> 00:14:40,410
be better actually in our view area.

245
00:14:41,260 --> 00:14:48,030
So that is our view in the video to create the folder and to create one the folder as admin, OK, and

246
00:14:48,070 --> 00:14:49,160
do the admin folder.

247
00:14:49,170 --> 00:14:55,020
I want to create another folder so we can actually segment everything part by part.

248
00:14:55,020 --> 00:14:59,460
Then it'll to be very much easy to you when you actually put it on the last project.

249
00:14:59,880 --> 00:15:03,180
And I name it as a category, so that is actually a good practice.

250
00:15:03,270 --> 00:15:08,330
OK, so into the admin folder, I have created another folder as a category.

251
00:15:09,300 --> 00:15:10,100
It's easy.

252
00:15:10,110 --> 00:15:16,390
You are weak right category and also into the category area that was in the category folder.

253
00:15:16,410 --> 00:15:23,840
I want to create the new file and I name it as a whatever I want and now I name it as index dot, dot,

254
00:15:24,630 --> 00:15:25,560
dot PSP.

255
00:15:25,920 --> 00:15:27,030
Now I save it.

256
00:15:27,420 --> 00:15:30,060
So now this base I want to load.

257
00:15:30,390 --> 00:15:32,490
OK, so this page I want to load.

258
00:15:32,790 --> 00:15:37,750
So if you want to add this then here we have to add it right through to the viewer.

259
00:15:37,870 --> 00:15:39,750
I want to do want to add it.

260
00:15:40,200 --> 00:15:45,260
That means I have already to the very I have created the folder, the admin into the admin folder.

261
00:15:45,270 --> 00:15:47,520
I have created another folder as a category.

262
00:15:49,350 --> 00:15:55,170
OK, make sure spelling is correct in the category folder I, I have created on the file as an index.

263
00:15:55,380 --> 00:15:55,740
Right.

264
00:15:56,040 --> 00:15:57,940
So that will be our view file.

265
00:15:58,380 --> 00:16:00,810
That means that is our view into the view.

266
00:16:00,810 --> 00:16:04,410
I have created admin folder, the category folder in the category.

267
00:16:04,410 --> 00:16:05,960
I have created that index plate.

268
00:16:05,970 --> 00:16:07,020
So that is our index.

269
00:16:07,410 --> 00:16:07,770
Right.

270
00:16:08,490 --> 00:16:11,010
So here I simply load out this space.

271
00:16:11,430 --> 00:16:15,300
So now if you want to load it, that means you want the visibility.

272
00:16:15,510 --> 00:16:19,320
So make that you're after that, you have to use that column.

273
00:16:19,350 --> 00:16:20,280
OK, semicolon.

274
00:16:20,310 --> 00:16:21,950
So here, make sure you use it.

275
00:16:22,440 --> 00:16:24,000
So that's all you have to do.

276
00:16:24,380 --> 00:16:29,430
Now if you click on the save all and now if you refresh it.

277
00:16:31,270 --> 00:16:33,080
Now go to our all categories.

278
00:16:33,400 --> 00:16:38,700
Yeah, you can see it's a perfectly loaded our all categories because of all it's not totally blank.

279
00:16:39,310 --> 00:16:45,010
So here I want to do it'll be just like our this dashboard.

280
00:16:45,040 --> 00:16:46,990
OK, but I copy everything.

281
00:16:47,020 --> 00:16:49,960
I copy everything from here and into the index.

282
00:16:49,960 --> 00:16:50,710
I post it.

283
00:16:51,610 --> 00:16:54,770
So right now that is all the data.

284
00:16:54,790 --> 00:16:56,230
So here I don't need this data.

285
00:16:56,230 --> 00:17:04,210
I remove it, I make it as a clean OK, I make it as a clean, I just simply remove everything from

286
00:17:04,210 --> 00:17:04,600
here.

287
00:17:06,580 --> 00:17:08,560
And also there is a counter.

288
00:17:08,560 --> 00:17:10,440
I don't want to use that count.

289
00:17:10,780 --> 00:17:13,000
And here I only want to visible.

290
00:17:13,630 --> 00:17:18,960
I only want the visible as our name as a whole category.

291
00:17:22,080 --> 00:17:24,470
OK, still we display all category.

292
00:17:25,100 --> 00:17:26,080
Now let's check this out.

293
00:17:26,100 --> 00:17:34,200
If you're not disabled and now if you refresh it, yeah, you can see it's not showing as all category.

294
00:17:34,690 --> 00:17:38,490
That is our dashboard piece and that is our all category space.

295
00:17:38,910 --> 00:17:39,510
Perfect.

296
00:17:39,540 --> 00:17:44,840
And there is also one of the spin so determined to do under you that is pain.

297
00:17:45,150 --> 00:17:48,420
Also here, I don't need this anymore.

298
00:17:48,500 --> 00:17:50,700
It is a save all.

299
00:17:51,630 --> 00:17:53,700
And now if you refresh it.

300
00:17:55,170 --> 00:17:59,180
Yeah, it's not gone so far and I hope is very much clear to you.

301
00:17:59,220 --> 00:18:01,700
So that is our all category here.

302
00:18:01,710 --> 00:18:04,020
I have the add one of the round.

303
00:18:04,020 --> 00:18:04,490
Right.

304
00:18:04,500 --> 00:18:07,860
So I keep it again then it'll be very much easier to you.

305
00:18:08,310 --> 00:18:14,350
So in particular, this area I have created one that I have named as all category.

306
00:18:14,760 --> 00:18:15,300
Let me see.

307
00:18:15,300 --> 00:18:21,690
Did the Web really I have created on the controller and that is our name Lord, I have already declared

308
00:18:21,690 --> 00:18:22,920
is all category.

309
00:18:23,160 --> 00:18:26,480
I have created one of the controller as the category controller.

310
00:18:26,790 --> 00:18:29,960
That means used to be addicted to our this controller area.

311
00:18:30,060 --> 00:18:32,040
This that is actually one of the method.

312
00:18:32,040 --> 00:18:32,460
Right.

313
00:18:32,730 --> 00:18:37,440
And is subjected to our this method that is know category controller, this method.

314
00:18:37,770 --> 00:18:44,010
And here I return on the view base I have created in the blue folder as the admin folder category folder

315
00:18:44,010 --> 00:18:45,100
and that is our file.

316
00:18:45,120 --> 00:18:46,930
So I simply return this file.

317
00:18:47,340 --> 00:18:53,940
So now you can see it's perfectly loaded and our equal part as a category, all because of all I have

318
00:18:53,940 --> 00:18:55,380
already added that name.

319
00:18:55,710 --> 00:18:57,570
So that is are all category name.

320
00:18:57,570 --> 00:19:00,790
I have already added that part will be as a category all.

321
00:19:01,030 --> 00:19:03,370
Now you can see snaffling as a category all.

322
00:19:03,990 --> 00:19:08,430
So now I want to do I want to add one of the form so into the form area.

323
00:19:08,430 --> 00:19:14,910
I want to do I want to add one of the validation so you can add some of the validation into the form

324
00:19:14,910 --> 00:19:16,530
of the next video.

325
00:19:16,800 --> 00:19:19,040
I will show you that things with a live example.

326
00:19:19,650 --> 00:19:22,890
So thanks for watching and I will see you in the next video.
