@extends('admin.layouts.master') @section('title', 'Dashboard') @section('content')
@if(Session::has('message'))
Well done! {{ Session::get('message') }}
@endif

Service Text


@if(Session::has('true')) @endif
@foreach ($servicetext as $item) @endforeach
Text Action
{{$item->content}} Edit Delete
{{-- modal box --}} {{-- modal box end --}}
@endsection @section('scripts') @endsection