Route::resource('admin/invoice', 'InvoiceController'); Route::get('admin/invoice/settings', array(...
I have an AdminController within the controllers/admin folder and i would like to pass my page title...
Hi Martinearn, I had previously tired {{ $title }} but it returns this error. Undefined variable: ti...
The Laravel portal for problem solving, knowledge sharing and community building.
The community