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

Update Service Text


@if(Session::has('true')) @endif {{--
--}}
@csrf
{{-- modal box --}} {{-- modal box end --}}
@endsection @section('scripts') @endsection