6 |--------------------------------------------------------------------------
8 |--------------------------------------------------------------------------
10 | Most templating systems load templates from disk. Here you may specify
11 | an array of paths that should be checked for your views. Of course
12 | the usual Laravel view path has already been registered for you.
17 resource_path('views'),
21 |--------------------------------------------------------------------------
23 |--------------------------------------------------------------------------
25 | This option determines where all the compiled Blade templates will be
26 | stored for your application. Typically, this is within the storage
27 | directory. However, as usual, you are free to change this value.
33 realpath(storage_path('framework/views'))