@extends('admin.layout.base') @section('title', 'Add Demo ') @section('styles') @endsection @section('content')

Add Demo

{{csrf_field()}}
@endsection @section('scripts') @endsection