@extends('layouts.admin') @section('meta') {{trans('home.edit')}} @endsection @section('content')
{{trans('home.course_info')}}

@method('PATCH') @csrf
@if($course->image)
@endif

{{trans('home.seo_block')}}

{{trans('home.en')}}
{{trans('home.ar')}}
status?'checked':''}}/>
@endsection @section('script') @endsection