@extends('layouts.main.master') @section('title') Danh sách dịch vụ @endsection @section('description') Danh sách dịch vụ @endsection @section('image') {{url(''.$banner[0]->image)}} @endsection @section('css') @endsection @section('js') @endsection @section('content')
img

Dịch vụ của tôi

@foreach ($list as $key => $item) @php $img_ser = json_decode($item->images); @endphp @endforeach
{{$list->links()}}
@endsection