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

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

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