@extends('admin.layouts.master') @section('title', 'Edit Fact - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Edit Fact') }}
{{ csrf_field() }} {{ method_field('PUT') }}

{{ __('Upload') }}
@if($data->image != null || $data->image !='')
{ __('Fact Image') }}
@else
{ __('Fact Image') }}
@endif

status == '1' ? 'checked' : '' }} />
@endsection