@extends('layouts.simple.master') @section('title', 'Contact Master Data') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Contact Page: Master Data

@endsection @section('breadcrumb-items') @endsection @section('content')
@csrf
@if(!isset($contactPage->image))
@else
image) && Storage::exists($contactPage->image))?:'required' }} />
@if(!empty($contactPage->image) && Storage::exists($contactPage->image)) @endif
@endif
@endsection @section('script') @endsection