@extends('admin.layouts.app') @section('title','Edit news - ' . $news->name) @section('content')
@csrf @method('PATCH')

Edit news - {{ $news->name }}

{{ __('Back') }}
@if(Session::has('message'))
{{ Session::get('message') }}
@endif
home_display === 1 ? 'checked':null }} />

@endsection @section('js') @endsection