@extends('admin.layouts.master') @section('title', 'Join us an instructor - Setting') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Join us an instructor') }}
@csrf
{{ __('Upload') }}
@if($setting['img'] !== NULL && $setting['img'] !== '') @else course @endif
{{ __('Please enter text!') }}.
{{ __('Please enter Detail!') }}.
@endsection