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

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

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