@extends('admin.layouts.master') @section('title', 'Terms & Condition - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('Terms & Condition') }}
{{ csrf_field() }} {{ method_field('PUT') }}
{{ __('Terms&Condition') }} :
*
{{ optional($items)->terms }}
{{ __("Reset")}}
{{ __("Update")}}
@endsection @section('script') @endsection