@extends('admin.layouts.master') @section('title', 'Page') @section('content')
@include('admin.includes.msg')
{{ csrf_field() }} @if($data ?? '') @endif
Only JPG,png files are acceptable
@if(isset($data) && !empty($data->image))
@endif
{{--image preview Start--}}
{{--image preview end--}}
onTop==1) checked @endif @endif> Yes onTop==0) checked @endif @endif> No
onFooter==1) checked @endif @endif> Yes onFooter==0) checked @endif @endif> No
@endsection