@extends('adminlte::page') @section('title', 'News & Tips') @section('content_header')

{{ $title }}

@stop @section('content') {{--

Welcome to Realtor Information Management System(RIMS) admin panel.

--}} {{--
--}}

@if ($errors->any()) @endif @if (Session::has('error')) @endif @if (Session::has('success')) @endif
{{ $title }}
{{-- Add Store
--}}
@csrf {{--
--}}

{{-- --}} Back

{{-- Go back --}}
@stop @section('css') @stop @section('js') @stop