@extends('theme.theme_main') @section('breadcrumb') {!! Breadcrumbs::render('site-setting') !!} @stop @section('content_title')

Site Setting

@stop @section('content')
{!! $errors->first('site_expired_date', ':message') !!}
{!! csrf_field() !!}
@stop @section('script') @stop