@extends('layouts.main') @section('title') {{ __('news') . ' ' . __('image') }} @endsection @section('content')

{{ __('create_and_manage') . ' ' . __('news') . ' ' . __('image') }}

{{ __('create') . ' ' . __('news') . ' ' . __('image') }}

@csrf

{{ __('news') . ' ' . __('image') }}

{{ __('id') }} {{ __('image') }} {{ __('operate') }}
@endsection @section('script') @endsection