Here is store method public function store(FlyerRequest $request) { Flyer::create($request->all()); flash()->success("success","This done"); return redirect()->back(); //temporary } As this one is not working I am assuming new code is creating problem. I don't know where the ...
// Undefined property: Laravel 25 1,185 Level 1 R0.IT OP Posted 7 years ago Hi, I got this error: Undefined property: Illuminate\Database\MySqlConnection::$name (View: C:\xampp5\htdocs\myshop\resources\views\cms\orders.blade.php)in...
Laravel 2 250 Level 1 Neha_26OP Posted 4 months ago resources/views/includes/product/create.blade.php@include('product.index', ['categories' => $categories]) @foreach($categories as $category)id }}">{{ $category->name }}@endforeachPriceStock...