@extends('admin.layouts.master') @section('title') {{ translate('Frontend - Registration') }} @endsection @section('content')
{{ translate('Registration') }}
@csrf
{{ translate('Registration Section') }}
@if($registrations->banner_image)
Current Imgae
@endif
@endsection @section('scripts') @endsection