From 162f34e2653a5118c7c74ec1d1c776e633c0d26c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 26 Feb 2014 16:23:54 +0200 Subject: [PATCH] added about us page --- app/views/about_us.blade.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 app/views/about_us.blade.php diff --git a/app/views/about_us.blade.php b/app/views/about_us.blade.php new file mode 100644 index 000000000000..857a63ee8c10 --- /dev/null +++ b/app/views/about_us.blade.php @@ -0,0 +1,26 @@ +@extends('master') + +@section('head') + + + + + +@stop + +@section('body') + + + + +@stop \ No newline at end of file