@extends('admin.layouts.master') @section('title', 'Course Text - Admin') @section('body') @if ($errors->any())
@endif

{{ __('CourseText') }}

{{ csrf_field() }} {{ method_field('PUT') }}

@endsection