@extends('master') @section('title') Service @endsection @section('content')
@if (Session::has('success'))
@elseif (Session::has('danger'))
@endif
Service List
@foreach ($service as $item) @endforeach
Name Action
{{ $item->name }}
@endsection