@extends('dashboard.layouts.master' ) @section('content')

{{__('admin.Edit Term and Condition')}}

{{ method_field('patch') }} {{ csrf_field() }}
@if ($errors->has('journal_id')) {{ $errors->first('journal_id') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{----}}
@endsection