@extends('admin.layout.master') @section('content')

Update Service Information

@csrf @method('PUT')
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($information->image)
Service Icon
@endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@endsection