@extends('layout.master') @push('plugin-styles') @endpush @section('content')
@csrf

@if ($field->field_image)
Field Image
@else

No image uploaded.

@endif

Back
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush