@if (session('status'))
{{ session('status') }}
@endif
@if (session()->has('message'))
{!! session()->get('message') !!}
@endif
Add Brand
@if($brands->count()>0)
| Brand |
Logo |
Products |
Description |
Status |
Action |
@foreach($brands as $brand)
| {{$brand->brand_name}} |
}}) |
}}) |
{{str_limit($brand->brand_description,10)}} |
@if($brand->brand_status == 1)
Shown
@else
Hidden
@endif
|
|
|
@endforeach
@endif
{{--
@if($dlfiles->count()>0)
| DL Name |
DL File |
Show/Hide |
Action |
@foreach($dlfiles as $dlfile)
--}}{{-- | {{$dlfile->id}} | --}}{{--
{{$dlfile->dl_name}} |
{{str_limit($dlfile->dl_file_url, 10)}} |
@if($dlfile->dl_show == 1)
Shown
@else
Hidden
@endif
|
|
|
@endforeach
--}}{{-- {{$dlfiles->links()}}--}}{{--
@endif--}}