@extends('layouts.adminLayouts') @section('head') @stop @section('content-header')

ویرایش محصولات لیست

{{ Breadcrumbs::render('homes.edit',['title' => $list->name ]) }}
@stop @section('content')
@include('admin.home.selected_adv')
@include('admin.home.load_adv')
@stop @section('footer') @stop